Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean server #39

Merged
merged 4 commits into from
Aug 7, 2024
Merged

clean server #39

merged 4 commits into from
Aug 7, 2024

Conversation

andreztz
Copy link
Owner

@andreztz andreztz commented Aug 7, 2024

  • Implement log rotation
  • fix(player): Improve HLS stream playback
  • fix: handle None result in DisplayBuffer
  • style: Remove unnecessary code and update string quotes

    - Add RotationFileHabdler for log rotation (5M, 3 backups)
    - Update log format to include filename in debug mode
    - Configure separate handlers for "xradiosd" and "xradios" loggers
    - Remove global logging configuration
    - Update `mpv` to the last version.
    - Add cache parameters to fix HLS stream playback issues.
    - Add log handler for debugging MPV player issues.
Fix an issue where `result` could be None, causing a crash in
DisplayBuffer. Added a check to ensure `result` is not None before
accessing its values.
Removed unnecessary code and updated string quotes from single to
double quotes.
@andreztz andreztz merged commit a5ecd21 into master Aug 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant